翻訳と辞書
Words near each other
・ Oracle C++ Call Interface
・ Oracle Call Interface
・ Oracle Certification Program
・ Oracle Clinical
・ Oracle Cloud File System
・ Oracle Clusterware
・ Oracle Coherence
・ Oracle Collaboration Suite
・ Oracle Communications Messaging Server
・ Oracle Complex MRO
・ Oracle Corp. v. SAP AG
・ Oracle Corporation
・ Oracle CRM
・ Oracle Data Guard
・ Oracle Data Integrator
Oracle Data Mining
・ Oracle Database
・ Oracle Database Appliance
・ Oracle Designer
・ Oracle Developer Suite
・ Oracle Discoverer
・ Oracle Education Foundation
・ Oracle Elementary School District
・ Oracle Encyclopædia
・ Oracle Enterprise Manager
・ Oracle Enterprise Manager Ops Center
・ Oracle Enterprise Metadata Manager
・ Oracle Enterprise Pack for Eclipse
・ Oracle Enterprise Service Bus
・ Oracle Exadata


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Oracle Data Mining : ウィキペディア英語版
Oracle Data Mining
Oracle Data Mining (ODM) is an option of Oracle Corporation's Relational Database Management System (RDBMS) Enterprise Edition (EE). It contains several data mining and data analysis algorithms for classification, prediction, regression, associations, feature selection, anomaly detection, feature extraction, and specialized analytics. It provides means for the creation, management and operational deployment of data mining models inside the database environment.
==Overview==

Oracle implements a variety of data mining algorithms inside the Oracle relational database. These implementations are integrated right into the Oracle database kernel, and operate natively on data stored in the relational database tables. This eliminates the need for extraction or transfer of data into standalone mining/analytic servers. The relational database platform is leveraged to securely manage models and efficiently execute SQL queries on large volumes of data. The system is organized around a few generic operations providing a general unified interface for data mining functions. These operations include functions to create, apply, test, and manipulate data mining models. Models are created and stored as database objects, and their management is done within the database - similar to tables, views, indexes and other database objects.
In data mining, the process of using a model to derive predictions or descriptions of behavior that is yet to occur is called "scoring". In traditional analytic workbenches, a model built in the analytic engine has to be deployed in a mission-critical system to score new data, or the data is moved from relational tables into the analytical workbench - most workbenches offer proprietary scoring interfaces. ODM simplifies model deployment by offering Oracle SQL functions to score data stored right in the database. This way, the user/application developer can leverage the full power of Oracle SQL - in terms of the ability to pipeline and manipulate the results over several levels, and in terms of parallelizing and partitioning data access for performance.
Models can be created and managed by one of several means. (Oracle Data Miner) is a graphical user interface that steps the user through the process of creating, testing, and applying models (e.g. along the lines of the CRISP-DM methodology). Application and tools developers can embed predictive and descriptive mining capabilities using PL/SQL or Java APIs. Business analysts can quickly experiment with, or demonstrate the power of, predictive analytics using Oracle Spreadsheet Add-In for Predictive Analytics, a dedicated Microsoft Excel adaptor interface. ODM offers a choice of well known machine learning approaches such as Decision Trees, Naive Bayes, Support vector machines, Generalized linear model (GLM) for predictive mining, Association rules, K-means and Orthogonal Partitioning〔Boriana L. Milenova and Marcos M. Campos (2002); (''O-Cluster: Scalable Clustering of Large High Dimensional Data Sets'' ), ICDM '02 Proceedings of the 2002 IEEE International Conference on Data Mining, pages 290-297, ISBN 0-7695-1754-4.〕 Clustering, and Non-negative matrix factorization for descriptive mining. A minimum description length based technique to grade the relative importance of an input mining attributes for a given problem is also provided. Most Oracle Data Mining functions also allow text mining by accepting Text (unstructured data) attributes as input. Users do not need to configure text mining options, this is handled behind the scenes by the Database_options database option.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Oracle Data Mining」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.